docs: Fix discrepancies between v0.8 spec/docs and schemas#556
Merged
jacobsimionato merged 3 commits intogoogle:mainfrom Jan 27, 2026
Merged
docs: Fix discrepancies between v0.8 spec/docs and schemas#556jacobsimionato merged 3 commits intogoogle:mainfrom
jacobsimionato merged 3 commits intogoogle:mainfrom
Conversation
Fixes google#495 - Update standard catalog ID in protocol spec to match schema (a2ui.org:standard_catalog_0_8_0). - Rename 'Checkbox' to 'CheckBox' in component reference to match schema. - Update icon example in component reference to use 'check' instead of 'check_circle' (matches schema enum).
Contributor
There was a problem hiding this comment.
Code Review
This pull request fixes several documentation discrepancies to align with the v0.8 schema, which is a great improvement. I've reviewed the changes and they are correct. I have two suggestions to further improve consistency: one to complete the update of the standard catalog ID throughout the protocol document, and another to add missing headings for some components to align their formatting with others.
| "id": "terms-checkbox", | ||
| "component": { | ||
| "Checkbox": { | ||
| "CheckBox": { |
Contributor
There was a problem hiding this comment.
gspencergoog
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR resolves several discrepancies between the A2UI v0.8 specification/documentation and the JSON schemas, as identified in #495.
Changes:
specification/v0_8/docs/a2ui_protocol.mdto use the correct IDa2ui.org:standard_catalog_0_8_0, aligning with the schema.docs/reference/components.mdto useCheckBox(CamelCase) in the JSON example, matching the schema definition.docs/reference/components.mdto usecheckinstead ofcheck_circle. This adopts the conservative approach of using an icon that is strictly allowed by the current v0.8 schema enum.Fixes #495